@charset "utf-8";
/* CSS Document */

/**common**/
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}

html, body { min-width:1440px;}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
blockquote,
p {
  margin: 0;
  padding: 0;
  font: 14px/1 Arial, RobotoRegular, Helvetica, \5FAE\8F6F\96C5\9ED1, sans-serif;
}

table,
td,
tr,
th {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 14px;
}

ol,
ul {
  list-style: none;
}

li {
  list-style-type: none;
}

img {
  vertical-align: middle;
  border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: normal;
}

.clear {
  clear: both;
}

.clear:after {
  display: block;
  overflow: hidden;
  clear: both;
  height: 0;
  visibility: hidden;
  content: ".";
}

a {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

::placeholder {
  color: #999;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.w1400 {
  width: 1400px;
}


@font-face {
  font-family: "Helvetica";
  src: url('../fonts/Helvetica.ttf');
}

@font-face {
  font-family: "HelveticaBold";
  src: url("../fonts/HelveticaBold.ttf");
}

@font-face {
  font-family: "PangMen";
  src: url("../fonts/PangMen.ttf");
}

@font-face {
  font-family: "YouSheBiaoTiHei";
  src: url("../fonts/YouSheBiaoTiHei.ttf");
}

@font-face {
  font-family: "KOULEN";
  src: url("../fonts/KOULEN-REGULAR.TTF");
}

@font-face {
  font-family: "Impact";
  src: url("../fonts/Impact.ttf");
}

@font-face {
  font-family: "RobotoRegular";
  src: url("../fonts/RobotoRegular.ttf");
}

@font-face {
  font-family: "RobotoBold";
  src: url("../fonts/RobotoBold.ttf");
}

@font-face {
  font-family: "BEBAS";
  src: url('../fonts/BEBASKAI.ttf');
}

/* 设置滚动条的样式 */
::-webkit-scrollbar {
  width: 0;
}

/* 滚动槽宽度 */
::-webkit-scrollbar-track {
  background-color: #e6e6e6;
  border-radius: 0px;
}

::-webkit-scrollbar-thumb {
  background-color: #cc0e10;
}

/* 滚动条滑块默认状态 */
::-webkit-scrollbar-thumb:window-inactive {
  background-color: #cc0e10;
}

/* 滚动条滑块点击状态 */


/*头部 开始*/
.lyTop, .nyTop {
  width: 100%;
  height: 90px;
  background-color: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, .08);
  position: relative;
  z-index: 9999;
}

.lyTop .lyTop_Main {
  margin: 0 auto;
  padding: 0 50px;
  position: relative;
}

.lyTop_Main .ly_Logo {
  width: auto;
  height: 50px;
  overflow: hidden;
  margin: 20px 0;
  float: left;
}

.ly_Logo a {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 50px;
  overflow: hidden;
}

.ly_Logo a img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}

.lySearch {
  height: 44px;
  margin: 23px 0;
  padding-left: 50px;
  float: right;
  position: relative;
  z-index: 1;
}

.lySearch::before {
  content: '';
  display: block;
  width: 1px;
  height: 20px;
  margin-top: -10px;
  background-color: #ddd;
  position: absolute;
  left: 0;
  top: 50%;
}

.lySearch a.close {
  display: none;
}

.lySearch form {
  overflow: hidden;
  position: relative;
}

.lySearch form:hover {
  overflow: inherit;
}

.lySearch form .scIpt {
  width: 0;
  overflow: hidden;
  padding: 4px 0;
  background-color: #fae6e7;
  border-radius: 22px 0 0 22px;
  position: absolute;
  top: 0;
  right: 44px;
}

.lySearch form:hover .scIpt {
  width: 240px;
}

.lySearch form .scIpt input {
  display: block;
  width: 100%;
  height: 36px;
  overflow: hidden;
  line-height: 36px;
  color: #222;
  font-size: 15px;
  padding: 0 16px 0 20px;
  background: none;
  border: 0;
  outline: none;
}

.lySearch form .scIpt input::placeholder {
  color: #555;
}

.lySearch form .scBtn {
  width: 44px;
  height: 44px;
  overflow: hidden;
  padding: 4px;
  background-color: #fae6e7;
  border-radius: 22px;
}

.lySearch form:hover .scBtn {
  border-radius: 0 22px 22px 0;
}

.lySearch form .scBtn button {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding: 8px;
  background-color: #cc0e10;
  border-radius: 50%;
  border: 0;
  outline: none;
  cursor: pointer;
}

.lySearch form .scBtn button svg {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.lySearch form .scBtn button svg path {
  fill: #ffffff;
}

.lySearch_btn {
  display: none;
}


/*导航栏 开始*/
.ly_Nav {
  width: auto;
  height: auto;
  padding-right: 24px;
  float: right;
}

.ly_Nav li,
.ly_Nav a {
  text-decoration: none;
  list-style: none;
}

.ly_Nav ::-webkit-scrollbar {
  display: none;
}

.ly_Nav .nav_list {
  width: 100%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.ly_Nav .nav_list>ul>li {
  position: relative;
  padding: 0;
  float: left;
}

.ly_Nav .nav_list>ul>li>a {
  display: inline-block;
  width: 100%;
  line-height: 90px;
  color: #222;
  font-size: 18px;
  text-align: center;
  padding: 0 35px;
  text-decoration: none;
  position: relative;
}

.ly_Nav .nav_list>ul>li:hover>a,
.ly_Nav .nav_list>ul>li.active>a {
  color: #cc0e10;
  font-weight: bold;
}

.ly_Nav .nav_list>ul>li>a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  margin-left: -7px;
  border-top: 0 solid transparent;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 0 solid #cc0e10;
  position: absolute;
  left: 50%;
  bottom: 20px;
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
}

.ly_Nav .nav_list>ul>li:hover>a::after,
.ly_Nav .nav_list>ul>li.active>a::after {
  border-bottom: 7px solid #cc0e10;
}


.ly_Nav .nav_list>ul>li ul {
  display: none;
  position: absolute;
  left: -20%;
  top: 90px;
  z-index: 9;
  width: 140%;
  overflow: hidden;
  background-color: #fff;
  border-top: 2px solid #cc0e10;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 2px 2px;
}

.ly_Nav .nav_list>ul>li:hover ul {
  display: block;
}

.ly_Nav .nav_list>ul>li ul li {
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  border-bottom: 1px solid rgba(85, 87, 89, 0.1);
}

.ly_Nav .nav_list>ul>li ul li:last-child {
  border: 0;
}

.ly_Nav .nav_list>ul>li ul li a {
  display: block;
  width: 100%;
  height: 40px;
  overflow: hidden;
  line-height: 40px;
  color: #555;
  font-size: 14px;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 0 auto;
  padding: 0 8px;
}

.ly_Nav .nav_list>ul>li ul li a:hover {
  color: #cc0e10;
}

.ly_Nav .nav_menu {
  display: none;
}

@media (max-width:1600px) {  
  .ly_Nav .nav_list>ul>li>a {
	padding:0 30px;
  }
}


/*导航栏 结束*/
/*头部 结束*/


/* lyFoot start */
.lyFoot {
  overflow: hidden;
  background-color: #222;
}

.lyFoot .lyFoot_lxfs {
  margin: 0 auto;
  padding: 50px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.lyFoot_lxfs ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: left;
  margin: 0 -20px;
}

.lyFoot_lxfs ul li {
  width: 33.333333%;
  padding: 0 20px;
  display: flex;
  align-items: center;
}

.lyFoot_lxfs ul li i {
  display: block;
  width: 80px;
  height: 80px;
  overflow: hidden;
  padding: 22px;
  border-radius: 50%;
  background-color: #cc0e10;
}

.lyFoot_lxfs ul li i svg {
  display: block;
  width: 100%;
  height: 100%;
}

.lyFoot_lxfs ul li i svg path {
  fill: #ffffff;
}

.lyFoot_lxfs ul li p {
  width: calc(100% - 80px);
  padding-left: 20px;
}

.lyFoot_lxfs ul li p em {
  display: block;
  height: 24px;
  line-height: 24px;
  color: rgba(255, 255, 255, .25);
  font-size: 16px;
  font-style: normal;
  margin-bottom: 8px;
}

.lyFoot_lxfs ul li p span {
  display: block;
  line-height: 32px;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  word-break: break-all;
}

.lyFoot_lxfs ul li:nth-child(3) p span {
  font-size: 22px;
  font-weight: normal;
}


.lyFoot_main {
  margin: 0 auto;
  padding: 60px 0;
  display: flex;
  justify-content: center;
}

.lyFoot_main .lyFoot_left {
  width: calc(50% - 144px);
  padding-right: 50px;
}

.lyFoot_left .lyFoot_logo {
  width: auto;
  height: 60px;
  overflow: hidden;
  margin-bottom: 40px;
}

.lyFoot_logo a {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 60px;
  overflow: hidden;
}

.lyFoot_logo a img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}

.lyFoot_copy p {
  line-height: 30px;
  color: rgba(255, 255, 255, .25);
  font-size: 16px;
  margin-top: 15px;
}

.lyFoot_copy p a {
  color: rgba(255, 255, 255, .25);
  font-size: 15px;
}

.lyFoot_copy p a:hover {
  color: #fff;
}

.lyFoot_main .lyFoot_nav {
  width: 50%;
  padding-right: 50px;
}

.lyFoot_nav ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  margin: 0 -20px;
}

.lyFoot_nav ul li {
  width: 33.333333%;
  padding: 0 20px;
}

.lyFoot_nav ul li p {
  line-height: 30px;
  color: #fff;
  font-size: 18px;
  margin-bottom: 15px;
}

.lyFoot_nav ul li a {
  display: block;
  height: 40px;
  overflow: hidden;
  line-height: 40px;
  color: rgba(255, 255, 255, .25);
  font-size: 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-left: 14px;
  position: relative;
}

.lyFoot_nav ul li a:hover {
  color: #fff;
}

.lyFoot_nav ul li a i {
  display: block;
  width: 10px;
  height: 10px;
  overflow: hidden;
  margin-top: -5px;
  position: absolute;
  left: 0;
  top: 50%;
}

.lyFoot_nav ul li a i svg {
  display: block;
  width: 100%;
  height: 100%;
}

.lyFoot_nav ul li a i svg path {
  fill: rgba(255, 255, 255, .25);
}

.lyFoot_nav ul li a:hover i svg path {
  fill: #ffffff;
}


.lyFoot_main .lyFoot_ewm {
  width: 144px;
}

.lyFoot_ewm p {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-bottom: 12px;
  padding: 7px;
  background: url(../images/ewmLine.png) center top no-repeat;
  background-size: 100% 100%;
}

.lyFoot_ewm p img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.lyFoot_ewm span {
  display: block;
  width: 100%;
  line-height: 24px;
  color: rgba(255, 255, 255, .25);
  font-size: 16px;
  text-align: center;
}

/* lyFoot end */


/* lyLinks start */
.lyLinks {
  overflow: hidden;
  padding: 20px 0;
  background-color: #323232;
  position: relative;
}

.lyLinks .lyLinks_main {
  margin: 0 auto;
  display: flex;
  align-items: center;
}

.lyLinks_main .lyLinks_title {
  width: 130px;
  height: 40px;
  overflow: hidden;
  line-height: 40px;
  color: #cc0e10;
  font-size: 18px;
  font-weight: bold;
}

.lyLinks_title i {
  display: block;
  width: 28px;
  height: 28px;
  overflow: hidden;
  margin: 6px 8px 6px 0;
  padding: 6px;
  background-color: #cc0e10;
  border-radius: 50%;
  float: left;
}

.lyLinks_title i svg {
  display: block;
  width: 100%;
  height: 100%;
}

.lyLinks_title i svg path {
  fill: #ffffff;
}

.lyLinks_main .lyLinks_list {
  width: calc(100% - 130px);
}

.lyLinks_list a {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  color: #999;
  font-size: 16px;
  vertical-align: top;
  margin: 0 14px;
}

.lyLinks_list a:hover {
  color: #fff;
}

/* lyLinks end */


/* lyView start */
.lyView {
  width: 64px;
  height: auto;
  background-color: #eee;
  border-radius: 2px;
  margin-top: -60px;
  position: fixed;
  top: 50%;
  right: 10px;
  z-index: 9;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.lyView .lyView_ewm,
.lyView .lyView_tel,
.lyView .lyView_top {
  width: 100%;
  height: auto;
  padding: 15px 0;
  position: relative;
  cursor: pointer;
}

.lyView .lyView_tel.mobile_tel {
  display: none;
}

.lyView .lyView_ewm::after,
.lyView .lyView_tel::after {
  content: '';
  display: block;
  width: 28px;
  height: 1px;
  background-color: #ddd;
  position: absolute;
  left: 18px;
  bottom: 0;
}

.lyView .lyView_ewm p {
  display: none;
  width: 140px;
  height: 140px;
  padding: 6px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 0 6px rgba(0, 0, 0, .1);
  position: absolute;
  top: 0;
  right: 72px;
}

.lyView .lyView_ewm p img {
  display: block;
  width: 100%;
  height: 100%;
}

.lyView .lyView_ewm p::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 0 solid transparent;
  border-left: 8px solid #fff;
  position: absolute;
  right: -8px;
  top: 20px;  
}

.lyView .lyView_ewm:hover p {
  display: block;
}

.lyView .lyView_tel p {
  display: none;  
  width: 200px;
  height: 46px;
  line-height: 34px;
  color: #cc0e10;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  padding: 6px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 0 6px rgba(0, 0, 0, .1);
  position: absolute;
  top: 15px;
  right: 72px;
}

.lyView .lyView_tel p::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 0 solid transparent;
  border-left: 8px solid #fff;
  position: absolute;
  right: -8px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.lyView .lyView_tel:hover p {
  display: block;
}

.lyView .lyView_ewm i,
.lyView .lyView_tel i,
.lyView .lyView_top i {
  display: block;
  width: 28px;
  height: 28px;
  overflow: hidden;
  margin: 0 auto 2px;
}

.lyView .lyView_ewm i svg,
.lyView .lyView_tel i svg,
.lyView .lyView_top i svg {
  display: block;
  width: 100%;
  height: 100%;
}

.lyView .lyView_ewm i svg path,
.lyView .lyView_tel i svg path {
  fill: #777777;
}

.lyView .lyView_ewm:hover i svg path,
.lyView .lyView_tel:hover i svg path {
  fill: #cc0e10;
}

.lyView .lyView_ewm span,
.lyView .lyView_tel span,
.lyView .lyView_top span {
  display: block;
  width: 100%;
  height: 16px;
  line-height: 16px;
  color: #777;
  font-size: 14px;
  text-align: center;
  margin: 0 auto;
}

.lyView .lyView_ewm:hover span,
.lyView .lyView_tel:hover span,
.lyView .lyView_top:hover span {
  color: #cc0e10;
}

/* lyView end */


.lyTitle {
  margin-bottom: 50px;
}

.lyTitle span {
  display: block;
  line-height: 36px;
  color: #eaeaea;
  font-size: 44px;
  font-weight: bold;
  text-align: center;
  margin: 0 auto 20px;
}

.lyTitle p {
  line-height: 48px;
  color: #222;
  font-size: 44px;
  font-weight: bold;
  text-align: center;
  margin: 0 auto;
}

.lyTitle p::before,
.lyTitle p::after {
  content: '';
  display: inline-block;
  width: 24px;
  height: 4px;
  overflow: hidden;
  background-color: #cc0e10;
  vertical-align: middle;
}

.lyTitle p::before {
  margin: -4px 32px 0 0;
}

.lyTitle p::after {
  margin: -4px 0 0 32px;
}


.lyTitle1 span {
  color: rgba(255, 255, 255, .1);
  text-align: left;
}

.lyTitle1 p {
  color: #fff;
  text-align: left;
}

.lyTitle1 p::before {
  display: none;
}

.lyTitle2 span {
  color: rgba(255, 255, 255, .1);
}

.lyTitle2 p {
  color: #fff;
}

